home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / main / 00159_HTML VALIDATOR.ls < prev    next >
Encoding:
Text File  |  2000-09-21  |  169 b   |  16 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown me
  10.   puppetSound(1, "ClickSound")
  11. end
  12.  
  13. on mouseUp me
  14.   go("title1", "HTMLVali")
  15. end
  16.